home *** CD-ROM | disk | FTP | other *** search
/ Postcardigtal: Baalbeck / postcardigtal: Baalbeck.iso / pc / fhistory.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(rollOver).as
Text File  |  2003-07-04  |  279b  |  11 lines

  1. on(rollOver){
  2.    _root.count = true;
  3.    _root.newyear = 1596;
  4.    _root.step = (_root.newyear - _root.currentyear) / 24;
  5.    title.gotoAndStop(8);
  6.    picture.gotoAndPlay(1);
  7.    picture.container.gotoAndStop(8);
  8.    text.gotoAndPlay(1);
  9.    text.container.gotoAndStop(8);
  10. }
  11.